go/types.Context.update (method)

4 uses

	go/types (current package)
		context.go#L88: func (ctxt *Context) update(h string, orig Type, targs []Type, inst Type) Type {
		instantiate.go#L115: 		res = ctxt.update(h, orig, targs, res)
		named.go#L376: 		ctxt.update(h, n.orig, n.TypeArgs().list(), n)
		typexpr.go#L444: 		inst = ctxt.update(h, orig, targs, inst).(*Named)